home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / keyofc.h < prev    next >
Text File  |  1979-12-31  |  407b  |  25 lines

  1. /* --------------------------------- keyofc.h ------------------------------- */
  2.  
  3. /* This is part of the flight simulator 'fly8'.
  4.  * Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  5. */
  6.  
  7. /* Notes definition for the key of C.
  8. */
  9.  
  10. #undef C_
  11. #undef D_
  12. #undef E_
  13. #undef F_
  14. #undef G_
  15. #undef A_
  16. #undef B_
  17.  
  18. #define C_    CN_
  19. #define D_    DN_
  20. #define E_    EN_
  21. #define F_    FN_
  22. #define G_    GN_
  23. #define A_    AN_
  24. #define B_    BN_
  25.